#wrap {
}
#navigation {
	width: 1200px;
	margin: 0 auto;
	position: static;
}
.smartmenu, .smartmenufloaty {
	margin: 0px;
	padding: 0px;
	overflow: hidden;/*background: #8DB638 none repeat scroll 0 0;
    border-top:1px solid #B7DF63;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;*/
}
.smartmenufloaty li a {
	display: block;
	font-size: 14px;
	text-decoration: none;
	color: #FFF;
	line-height: 35px;
	text-align: left;
	padding: 0 20px;
}
.smartmenu a.last {
	border: none;
}
.smartmenu a:hover {
	color: #ffffff;
	background: url(../images/menu_hover_bg.jpg) center bottom no-repeat;
}
.smartmenu ul, .smartmenufloaty ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.smartmenu ul li {
	float: left;
}
.smartmenu ul li a {
	display: block;
	line-height: 50px;
	padding: 0;
	color: #FFFFFF;
	font-size: 18px;
}
.smartmenu ul li a.en {
	padding: 0 21px;
	font-size: 18px;
}
.smartmenu ul li, .smartmenufloaty li {
	padding: 0;
	float: left;
}
.smartmenu li ul {
	display: none;
}
.smartmenufloaty {
	background: transparent;
	position: absolute;
	border: none;
	width: auto;
	height: auto;
	left: 0px;
	top: 0px;
	z-index: 1000;
	border-radius: 0 0 5px 5px;
	min-width: 168px;
}
.smartmenufloaty .tip {
	background: url(../images/floatytip.png) no-repeat;
	font-size: 0px;
	height: 20px;
	width: 50px;
	margin: 0px;
	overflow: hidden;
	display: block;
}
.smartmenufloaty .tipIE6 {
	background: url(../images/floatytip.gif);
}
.smartmenufloaty .padder {
	background: url(../images/floatybg.png);
	padding: 0px;/*-moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;*/
}
.smartmenufloaty .padderIE6 {
	background: url(../images/floatybg.gif);
}
.smartmenufloaty li {
	float: none;
	border-bottom: 1px dotted #FFF;
}
.smartmenufloaty li.last {
	border: none;
}
.smartmenufloaty a:hover {
	color: #4a89dc;
	background: #fff;
}